SpinButton: Redraw +/- buttons after :wrap changes
authorDaniel Boles <dboles@src.gnome.org>
Wed, 14 Mar 2018 22:56:01 +0000 (22:56 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Wed, 14 Mar 2018 23:09:48 +0000 (23:09 +0000)
commit0a0323813e07b5f6f8cfa2e1935dd13da47239e7
tree966b6f3a5a4580020eec127bee2997b8e5902294
parentfcfabb2fd372a5c2573f626f1e5d74631482e1d1
SpinButton: Redraw +/- buttons after :wrap changes

Otherwise, the + or - button might change sensitivity based on whether
it can be used to wrap, but without ensuring we update its state, the
ability to :wrap isn't reflected until something else triggers a draw.

https://gitlab.gnome.org/GNOME/gtk/issues/88
gtk/gtkspinbutton.c